LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Remove(KeyValuePair<ModalityType,ModalityOptions>) Method
See Also 
Leadtools.Medical.Workstation Namespace > ModalityOptionsCollection Class > Remove Method : Remove(KeyValuePair<ModalityType,ModalityOptions>) Method




item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.
item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.
Removes the specified KeyValuePair from the ModalityOptionsCollection.

Syntax

Visual Basic (Declaration) 
Overloads Public Function Remove( _
   ByVal item As KeyValuePair(Of ModalityType,ModalityOptions) _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ModalityOptionsCollection
Dim item As KeyValuePair(Of ModalityType,ModalityOptions)
Dim value As Boolean
 
value = instance.Remove(item)
Managed Extensions for C++ 
public: bool Remove( 
   KeyValuePair<ModalityType,ModalityOptions*> item
) 
C++/CLI 
public:
bool Remove( 
   KeyValuePair<ModalityType,ModalityOptions^> item
) 

Parameters

item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.

Return Value

true if the KeyValuePair is removed; otherwise, it is false.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also